home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / manprint.zip / READ.ME < prev   
Text File  |  1993-01-27  |  1KB  |  33 lines

  1. MANPRINT was a quick hack I threw together to print UNIX-style manual pages
  2. I downloaded from the mainframe to my PC.  If you've ever tried this:
  3.  
  4. man man > man
  5.  
  6. And downloaded the resulting text file and then tried to print it, you
  7. know that it takes FOREVER.  All those bold words.
  8.  
  9. The UNIX manual pages use backspaces and repetitive characters (exactly four)
  10. to simulate bold characters and words on any dumb ASCII printer.  This makes
  11. them fairly universal, but a pain to print on your home printer.
  12.  
  13. MANPRINT will take out those bold words.  Sorry.  No more bold words in your
  14. manual pages, but I think the time saved printing them will be worth it.
  15.  
  16. This is a brute force hack.  No command line arguments.  Files are given via
  17. redirection.  If you have malloc.man UNIX manual page file you want to print,
  18. use MANPRINT like this:
  19.  
  20. manprint < malloc.man > malloc.out
  21.  
  22. Or substitute your favorite output file name for malloc.out.
  23.  
  24. That's all there is to it.  Code is included and a project file for Borland
  25. C++.  The code's undocumented: it's pretty straight forward and simple.
  26.  
  27. Questions, comments, or if you just want to say hi, mail to:
  28.  
  29. Grant Boggs
  30. boggs@a.cs.okstate.edu
  31. Oklahoma State University
  32. Stillwater, Oklahoma
  33.